luci-app-travelmate: fix ACL typo
authorDirk Brenken <[email protected]>
Fri, 27 Oct 2023 07:22:33 +0000 (09:22 +0200)
committerDirk Brenken <[email protected]>
Fri, 27 Oct 2023 07:22:33 +0000 (09:22 +0200)
* fix long standing ACL path typo

Signed-off-by: Dirk Brenken <[email protected]>
applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json

index 4c91d6e8ebfae5b56c8e5e3943c581e0f2c46986..3790ce4eac744ca66d4a44a69012fc3b1f667655 100644 (file)
@@ -16,7 +16,7 @@
                                "/tmp/trm_runtime.json": [ "read" ],
                                "/sbin/logread -e trm-": [ "exec" ],
                                "/usr/sbin/logread -e trm-": [ "exec" ],
-                               "/usr/sbin/ifup *": [ "exec" ],
+                               "/sbin/ifup *": [ "exec" ],
                                "/etc/init.d/travelmate start" : [ "exec" ],
                                "/etc/init.d/travelmate stop" : [ "exec" ],
                                "/etc/init.d/travelmate reload" : [ "exec" ],